chore(deps): Bump the patches group with 6 updates#222
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): Bump the patches group with 6 updates#222dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the patches group with 6 updates: | Package | From | To | | --- | --- | --- | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` | | [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.99` | | [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.20` | `0.8.21` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.15` | `0.11.16` | Updates `proc-macro2` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.93...1.0.94) Updates `syn` from 2.0.98 to 2.0.99 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.98...2.0.99) Updates `quote` from 1.0.38 to 1.0.39 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.38...1.0.39) Updates `zerocopy` from 0.8.20 to 0.8.21 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.20...v0.8.21) Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31) Updates `serde_bytes` from 0.11.15 to 0.11.16 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.15...0.11.16) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patches group with 6 updates:
1.0.931.0.942.0.982.0.991.0.381.0.390.8.200.8.214.5.304.5.310.11.150.11.16Updates
proc-macro2from 1.0.93 to 1.0.94Release notes
Sourced from proc-macro2's releases.
Commits
7cb0f3cRelease 1.0.9423c425cRaise minimum tested compiler to rust 1.67cbffe0cIgnore elidable_lifetime_names pedantic clippy linta12fe8bPoint standard library links to stable36920b1Combine rustdoc semver exempt cfg into one argument3a9bc71Convert html links to intra-doc linksc7d999cUnset doc-scrape-examples for lib target020a8aeResolve unnecessary_semicolon pedantic clippy lint0a77455Ignore WebAssembly linker warningffc417aMore precise gitignore patternsUpdates
synfrom 2.0.98 to 2.0.99Release notes
Sourced from syn's releases.
Commits
4552057Release 2.0.99f4d8f0eIgnore elidable_lifetime_names pedantic clippy lintafbee2ePoint standard library links to stablefdbed64Merge pull request #1848 from findepi/findepi/remove-obsolete-clippy-suppress...88f0820Remove obsolete clippy suppressions5357d54Update test suite to nightly-2025-02-135cffd62Update color-backtrace dependency to 0.7076ac95Unset doc-scrape-examples for lib targetaf12bdaIgnore format_push_string pedantic clippy lintf3614ceUpdate test suite to nightly-2025-02-07Updates
quotefrom 1.0.38 to 1.0.39Release notes
Sourced from quote's releases.
Commits
7d089f5Release 1.0.39dd15f29Ignore elidable_lifetime_names pedantic clippy lintb723616Point standard library links to stableddbabd5Convert html links to intra-doc linksfa46189Unset doc-scrape-examples for lib target4d071e3Resolve doc_overindented_list_items clippy lint908ddbdMore precise gitignore patternsUpdates
zerocopyfrom 0.8.20 to 0.8.21Commits
dccbbcdRelease 0.8.21 (#2402)0772a12Support 16-bit target platforms (#2401)367e68b[pointer] Improve soundness of invariant modeling (#2397)4173443[layout] Update test documentation (#2026) (#2396)fe70ab6[pointer] Fix Ptr[Inner] variance (#2351) (#2393)8bbfec2[ci] Don't run on push (#1882) (#2394)a90f4d4[ci] Add GitHub Action to backport PR (backports #2017 and #2018) (#2391)15a2cf5documented how to implement enums with endian-specific tags (#1993) (#2390)47949a4[pointer][invariant] Remove AliasingMapping, Inaccessible (#2301) (#2386)bce7ec5[CI] skip installation step when cache hit (#1978) (#2385)Updates
clapfrom 4.5.30 to 4.5.31Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
acf9abbchore: Release9186a18docs: Update changelog233c316Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2Merge pull request #5923 from Reverier-Xu/master536e29ffeat(builder): AddValueParserFactoryforSaturating\<T>45ed71cchore: Avoid using gen for rust 2024 preserved keyword5029bb3chore: Avoid usinggenfor rust 2024 preserved keyword8a1d59bchore(deps): Update Rust Stable to v1.85 (#5921)9caee53docs(changelog): Clarify 5.0.0cb2352fMerge pull request #5918 from epage/testUpdates
serde_bytesfrom 0.11.15 to 0.11.16Release notes
Sourced from serde_bytes's releases.
Commits
f308f5eRelease 0.11.16a514507Ignore elidable_lifetime_names pedantic clippy lint31d681fPoint standard library links to stable700aabbUnset doc-scrape-examples for lib targeta77e4caMore precise gitignore patternsaece2beRemove **/*.rs.bk from project-specific gitignore07f078aPrevent upload-artifact step from causing CI failure88a4dacIgnore needless_lifetimes clippy lint4dfc6e7Resolve some needless_lifetimes clippy lints527f91aUpload CI Cargo.lock for reproducing failuresDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions